]> git.pld-linux.org Git - packages/gtk+2.git/blame - gtk+2-am.patch
- added am patch (fixes build with automake 1.13)
[packages/gtk+2.git] / gtk+2-am.patch
CommitLineData
eb94545a
JB
1--- gtk+-2.24.14/configure.in.orig 2012-12-06 04:46:07.000000000 +0100
2+++ gtk+-2.24.14/configure.in 2013-01-05 23:22:13.182460350 +0100
3@@ -51,7 +51,7 @@
4 cflags_set=${CFLAGS+set}
5
6 AM_INIT_AUTOMAKE([no-define -Wno-portability dist-bzip2])
7-AM_CONFIG_HEADER(config.h)
8+AC_CONFIG_HEADERS(config.h)
9
10 # Support silent build rules, requires at least automake-1.11. Enable
11 # by either passing --enable-silent-rules to configure or passing V=0
12@@ -300,7 +300,7 @@
13
14 # Checks for programs.
15 AC_ISC_POSIX
16-AM_PROG_CC_STDC
17+AC_PROG_CC
18 AM_PROG_CC_C_O
19 AC_PROG_INSTALL
20 AC_PROG_MAKE_SET
This page took 0.134771 seconds and 4 git commands to generate.